From 0e9cb215cfe4ca3df562c1ec6c44153d49add822 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 13 Apr 2010 12:21:28 +0100 Subject: [PATCH] libxl: build fix for netbsd is needed to get definition for SIGPIPE and SIG_IGN. Signed-off-by: Christoph Egger --- tools/libxl/xl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/libxl/xl.c b/tools/libxl/xl.c index 3da7fa528b..84107b0cf9 100644 --- a/tools/libxl/xl.c +++ b/tools/libxl/xl.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include -- 2.30.2